home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / fund_ch.dxr / 00686.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  383 b   |  24 lines

  1. on mouseWithin
  2.   showit(129, 129)
  3.   hideit(126, 128)
  4.   hideit(130, 131)
  5. end
  6.  
  7. on mouseLeave
  8.   hideit(126, 131)
  9. end
  10.  
  11. on mouseUp me
  12.   global figure1_3
  13.   figure1_3 = 0
  14.   showit(96, 97)
  15.   hideit(120, 121)
  16.   set the memberNum of sprite 41 to member("Ch5_Prob4")
  17.   showit(123, 125)
  18.   hideit(126, 134)
  19.   hideit(140, 145)
  20.   hideit(123, 123)
  21.   puppetTransition(3, 2, 1, 1)
  22.   updateStage()
  23. end
  24.